home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / pc / SOMC / Casts / Misc.cst / 00003_Internet2.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  240 b   |  16 lines

  1. on mouseEnter
  2.   puppetSound 1, "Pop"
  3.   updateStage
  4.   set the foreColor of member "Internet2" to 1
  5. end
  6.  
  7. on mouseLeave
  8.   set the foreColor of member "Internet2" to 0
  9. end
  10.  
  11. on mouseUp
  12.   puppetSound 1, "Plink"
  13.   updateStage
  14.   go to frame 72
  15. end
  16.